home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #3 & #4
/
Amiga Plus CD - 1995 - No. 3 and 4.iso
/
pd
/
sound
/
cybersound
/
cdplayer
/
source
/
makefile
< prev
next >
Wrap
Makefile
|
1995-07-20
|
1KB
|
33 lines
#******************************************************************************
#*
#* SAS-C 6.51 makefile for 14 bit CDPlayer
#*
#* (c) 1995 by Christian Buchner
#*
#******************************************************************************
##############################################################################
# Default rules...
#
.c.o:
SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
##############################################################################
# compile and link the program
#
/CDPlayer: DeliHeader.o CLIInterface.o WBInterface.o DeliInterface.o DeliStubs.o CDPlayer.o
SLINK FROM DeliHeader.o CLIInterface.o WBInterface.o DeliInterface.o DeliStubs.o CDPlayer.o TO /CDPlayer SC SD ND NOICONS LIB LIB:amiga.lib+LIB:sc.lib+LIB:debug.lib
Copy /CDPlayer DELITRACKER:DeliPlayers/
CDPlayer.o: CDPlayer.c CDPlayer_Protos.h //14bit.driver/Source/Driver_protos.h //14bit.driver/Source/Driver_pragmas.h //14bit.driver/Source/Driver.h
CLIInterface.o: CLIInterface.c CDPlayer_Protos.h
WBInterface.o: WBInterface.c CDPlayer_Protos.h
DeliInterface.o: DeliInterface.c CDPlayer_Protos.h
DeliHeader.o: DeliHeader.asm
DeliStubs.o: DeliStubs.asm